home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TMUDFORM / TMUDFORM.txt
Text File  |  1996-08-04  |  13KB  |  516 lines

  1. object MUDForm: TMUDForm
  2.   Left = 156
  3.   Top = 151
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   AutoScroll = False
  7.   Caption = 'zMUD'
  8.   ClientHeight = 333
  9.   ClientWidth = 594
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Menu = MainMenu1
  16.   Position = poDefault
  17.   ShowHint = True
  18.   Visible = True
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 16
  26.   object UserOut: TAnsi
  27.     Left = 62
  28.     Top = 25
  29.     Width = 532
  30.     Height = 308
  31.     Cursor = crIBeam
  32.     MaxSize = 32000
  33.     ScrollBars = ssBoth
  34.     TextAttr = 15
  35.     OnNewLine = UserOutNewLine
  36.     OnRDblClick = UserOutRDblClick
  37.     Font.Color = clWindowText
  38.     Font.Height = -13
  39.     Font.Name = 'Courier New'
  40.     Font.Style = []
  41.     TabOrder = 0
  42.     Color = clBlack
  43.     ParentColor = False
  44.     ParentFont = False
  45.     Align = alClient
  46.     OnMouseDown = UserOutMouseDown
  47.   end
  48.   object PanelTop: TPanel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 594
  52.     Height = 25
  53.     Hint = 'Right click to define button|'
  54.     Align = alTop
  55.     BevelOuter = bvLowered
  56.     TabOrder = 1
  57.     Visible = False
  58.     OnMouseDown = Speed1MouseDown
  59.     object Clock2: TPanel
  60.       Left = 544
  61.       Top = 1
  62.       Width = 49
  63.       Height = 23
  64.       Align = alRight
  65.       Caption = '12:00 p'
  66.       Font.Color = clWindowText
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       TabOrder = 0
  72.     end
  73.   end
  74.   object PanelLeft: TPanel
  75.     Left = 0
  76.     Top = 25
  77.     Width = 62
  78.     Height = 308
  79.     Hint = 'Right click to define button|'
  80.     Align = alLeft
  81.     BevelOuter = bvLowered
  82.     TabOrder = 2
  83.     Visible = False
  84.     OnMouseDown = Speed1MouseDown
  85.     object Clock1: TPanel
  86.       Left = 1
  87.       Top = 290
  88.       Width = 60
  89.       Height = 17
  90.       Align = alBottom
  91.       Caption = '12:00 p'
  92.       Font.Color = clWindowText
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       TabOrder = 0
  98.     end
  99.   end
  100.   object MainMenu1: TMainMenu
  101.     Left = 520
  102.     Top = 32
  103.     object Edit1: TMenuItem
  104.       Caption = '&Edit'
  105.       GroupIndex = 5
  106.       Hint = 'Edit menu'
  107.       ShortCut = 0
  108.       OnClick = Edit1Click
  109.       object Cut1: TMenuItem
  110.         Caption = 'Cu&t'
  111.         Hint = 'Cut text to clipboard'
  112.         ShortCut = 16472
  113.         OnClick = Cut1Click
  114.       end
  115.       object Copy1: TMenuItem
  116.         Caption = '&Copy'
  117.         Hint = 'Copy text to clipboard'
  118.         ShortCut = 16451
  119.         OnClick = Copy1Click
  120.       end
  121.       object Paste1: TMenuItem
  122.         Caption = '&Paste'
  123.         Hint = 'Paste text from clipboard'
  124.         ShortCut = 16470
  125.         OnClick = Paste1Click
  126.       end
  127.       object N5: TMenuItem
  128.         Caption = '-'
  129.         Hint = ' '
  130.         ShortCut = 0
  131.       end
  132.       object SelectAll1: TMenuItem
  133.         Caption = 'Select &All'
  134.         Hint = 'Highlight all'
  135.         ShortCut = 0
  136.         OnClick = SelectAll1Click
  137.       end
  138.       object Clear1: TMenuItem
  139.         Caption = 'Clear'
  140.         Hint = 'Clear selection'
  141.         ShortCut = 16469
  142.         OnClick = Clear1Click
  143.       end
  144.       object N12: TMenuItem
  145.         Caption = '-'
  146.         Hint = ' '
  147.         ShortCut = 0
  148.       end
  149.       object Find1: TMenuItem
  150.         Caption = '&Find...'
  151.         Hint = 'Search for text'
  152.         ShortCut = 16454
  153.         OnClick = Find1Click
  154.       end
  155.     end
  156.     object View1: TMenuItem
  157.       Caption = '&View'
  158.       GroupIndex = 5
  159.       Hint = 'View menu'
  160.       ShortCut = 0
  161.       object Preferences1: TMenuItem
  162.         Caption = '&Preferences'
  163.         Hint = 'View preferences settings'
  164.         ShortCut = 0
  165.         object General1: TMenuItem
  166.           Caption = '&General'
  167.           Hint = 'Veiw/edit general preferences'
  168.           ShortCut = 0
  169.           OnClick = Preferences1Click
  170.         end
  171.         object Colors1: TMenuItem
  172.           Caption = '&Colors'
  173.           Hint = 'View/edit color settings'
  174.           ShortCut = 0
  175.           OnClick = Colors1Click
  176.         end
  177.         object Fonts1: TMenuItem
  178.           Caption = '&Fonts'
  179.           Hint = 'View/edit font settings'
  180.           ShortCut = 0
  181.           OnClick = Font1Click
  182.         end
  183.         object Sounds1: TMenuItem
  184.           Caption = '&Sounds'
  185.           Hint = 'View/edit sound settings'
  186.           ShortCut = 0
  187.           OnClick = Sounds1Click
  188.         end
  189.         object N15: TMenuItem
  190.           Caption = '-'
  191.           ShortCut = 0
  192.         end
  193.         object SpecialCharacters1: TMenuItem
  194.           Caption = 'Special Characters'
  195.           Hint = 'View/edit special characters'
  196.           ShortCut = 0
  197.           OnClick = SpecialCharacters1Click
  198.         end
  199.         object Memory1: TMenuItem
  200.           Caption = '&Memory'
  201.           Hint = 'View/edit memory settings'
  202.           ShortCut = 0
  203.           OnClick = Memory1Click
  204.         end
  205.         object Directories1: TMenuItem
  206.           Caption = 'Directories'
  207.           Hint = 'View/edit directory locations'
  208.           ShortCut = 0
  209.           OnClick = Directories1Click
  210.         end
  211.       end
  212.       object N14: TMenuItem
  213.         Caption = '-'
  214.         ShortCut = 0
  215.       end
  216.       object Aliases1: TMenuItem
  217.         Caption = '&Aliases'
  218.         Hint = 'Veiw/edit aliases'
  219.         ShortCut = 0
  220.         OnClick = Aliases1Click
  221.       end
  222.       object Variables1: TMenuItem
  223.         Caption = '&Variables'
  224.         Hint = 'View/edit variables'
  225.         ShortCut = 0
  226.         OnClick = Variables1Click
  227.       end
  228.       object Triggers1: TMenuItem
  229.         Caption = '&Triggers'
  230.         Hint = 'View/edit triggers'
  231.         ShortCut = 0
  232.         OnClick = Triggers1Click
  233.       end
  234.       object Macrokeys1: TMenuItem
  235.         Caption = '&Macro keys'
  236.         Hint = 'View/edit macros'
  237.         ShortCut = 0
  238.         OnClick = MacroKeys1Click
  239.       end
  240.       object Buttons1: TMenuItem
  241.         Caption = '&Buttons'
  242.         Hint = 'View/edit buttons'
  243.         ShortCut = 0
  244.         OnClick = Buttons1Click
  245.       end
  246.       object TabCompletion1: TMenuItem
  247.         Caption = 'Tab &Completion'
  248.         Hint = 'View/edit tab completion words'
  249.         ShortCut = 0
  250.         OnClick = TabCompletion1Click
  251.       end
  252.       object SpeedMenu1: TMenuItem
  253.         Caption = 'Speed &Menu'
  254.         Hint = 'View/edit speed menu'
  255.         ShortCut = 0
  256.         OnClick = SpeedMenu1Click
  257.       end
  258.       object N13: TMenuItem
  259.         Caption = '-'
  260.         Hint = ' '
  261.         ShortCut = 0
  262.       end
  263.       object Speedwalking2: TMenuItem
  264.         Caption = 'Speed &Walking'
  265.         Hint = 'View/edit speedwalking'
  266.         ShortCut = 0
  267.         OnClick = Speedwalking1Click
  268.       end
  269.       object Directions1: TMenuItem
  270.         Caption = '&Directions'
  271.         Hint = 'View/edit speedwalking direction definitions'
  272.         ShortCut = 0
  273.         OnClick = Directions1Click
  274.       end
  275.     end
  276.     object Settings1: TMenuItem
  277.       Caption = '&Settings'
  278.       GroupIndex = 6
  279.       Hint = 'Settings menu'
  280.       ShortCut = 0
  281.       OnClick = Settings1Click
  282.       object New2: TMenuItem
  283.         Caption = '&New...'
  284.         GroupIndex = 41
  285.         Hint = 'Create a new, empty settings file'
  286.         ShortCut = 0
  287.         OnClick = New2Click
  288.       end
  289.       object Load1: TMenuItem
  290.         Caption = '&Load...'
  291.         GroupIndex = 42
  292.         Hint = 'Load a MUD settings file'
  293.         ShortCut = 0
  294.         OnClick = Load1Click
  295.       end
  296.       object Save2: TMenuItem
  297.         Caption = '&Save'
  298.         GroupIndex = 43
  299.         Hint = 'Save the current MUD settings'
  300.         ShortCut = 0
  301.         OnClick = Save2Click
  302.       end
  303.       object Save3: TMenuItem
  304.         Caption = 'Save &As...'
  305.         GroupIndex = 44
  306.         Hint = 'Save current MUD settings to a new filename'
  307.         ShortCut = 0
  308.         OnClick = Save3Click
  309.       end
  310.       object N2: TMenuItem
  311.         Caption = '-'
  312.         GroupIndex = 44
  313.         Hint = ' '
  314.         ShortCut = 0
  315.       end
  316.       object Import1: TMenuItem
  317.         Caption = '&Import'
  318.         GroupIndex = 44
  319.         Hint = 'Import settings'
  320.         ShortCut = 0
  321.         object Settings2: TMenuItem
  322.           Caption = '&Settings'
  323.           Hint = 'Import from MUD settings file'
  324.           ShortCut = 0
  325.           OnClick = Settings2Click
  326.         end
  327.         object ASCII1: TMenuItem
  328.           Caption = 'Script (&ASCII)'
  329.           Hint = 'Import settings from a zMUD script file'
  330.           ShortCut = 0
  331.           OnClick = ASCII1Click
  332.         end
  333.         object Tintin1: TMenuItem
  334.           Caption = '&Tintin++'
  335.           Hint = 'Import settings from a TinTin++ script file'
  336.           ShortCut = 0
  337.           OnClick = Tintin1Click
  338.         end
  339.       end
  340.       object Export1: TMenuItem
  341.         Caption = '&Export...'
  342.         GroupIndex = 44
  343.         Hint = 'Export settings to a zMUD script file'
  344.         ShortCut = 0
  345.         OnClick = Export1Click
  346.       end
  347.       object N11: TMenuItem
  348.         Caption = '-'
  349.         GroupIndex = 44
  350.         Hint = ' '
  351.         ShortCut = 0
  352.       end
  353.       object Parse1: TMenuItem
  354.         Caption = 'Pa&rse'
  355.         GroupIndex = 44
  356.         Hint = 'Toggle command parsing'
  357.         ShortCut = 16466
  358.         OnClick = Parse1Click
  359.       end
  360.     end
  361.     object Actions1: TMenuItem
  362.       Caption = '&Actions'
  363.       GroupIndex = 7
  364.       Hint = 'Actions menu'
  365.       ShortCut = 0
  366.       OnClick = Actions1Click
  367.       object MakeAlias1: TMenuItem
  368.         Caption = 'Make &Alias...'
  369.         GroupIndex = 81
  370.         Hint = 'Create a new alias for the command in the input buffer'
  371.         ShortCut = 16449
  372.         OnClick = MakeAlias1Click
  373.       end
  374.       object MakeTrigger1: TMenuItem
  375.         Caption = 'Make &Trigger...'
  376.         GroupIndex = 82
  377.         Hint = 'Create a new trigger'
  378.         ShortCut = 16468
  379.         OnClick = MakeTrigger1Click
  380.       end
  381.       object Macros1: TMenuItem
  382.         Caption = 'Define Macro &Key...'
  383.         GroupIndex = 82
  384.         Hint = 'Create a new macro key'
  385.         ShortCut = 16459
  386.         OnClick = Macros1Click
  387.       end
  388.       object MakeButton1: TMenuItem
  389.         Caption = 'Make &Button...'
  390.         GroupIndex = 82
  391.         Hint = 'Create a new button'
  392.         ShortCut = 16450
  393.         OnClick = MakeButton1Click
  394.       end
  395.       object AddTabWord1: TMenuItem
  396.         Caption = 'Add Tab &Word'
  397.         GroupIndex = 83
  398.         Hint = 'Add last word in input buffer to tab completion list'
  399.         ShortCut = 16471
  400.         OnClick = AddTabWord1Click
  401.       end
  402.       object N10: TMenuItem
  403.         Caption = '-'
  404.         GroupIndex = 84
  405.         Hint = ' '
  406.         ShortCut = 0
  407.       end
  408.       object Speedwalking1: TMenuItem
  409.         Caption = '&Speedwalking'
  410.         GroupIndex = 84
  411.         Hint = 'Edit paths and speedwalking variables and parameters'
  412.         ShortCut = 16467
  413.         OnClick = Speedwalking1Click
  414.       end
  415.       object N9: TMenuItem
  416.         Caption = '-'
  417.         GroupIndex = 89
  418.         Hint = ' '
  419.         ShortCut = 0
  420.       end
  421.       object TickTimer1: TMenuItem
  422.         Caption = 'T&ick Timer'
  423.         GroupIndex = 90
  424.         Hint = 'Display the Tick Timer dialog'
  425.         ShortCut = 0
  426.         OnClick = TickTimer1Click
  427.       end
  428.       object TickStart1: TMenuItem
  429.         Caption = 'S&ync Timer'
  430.         GroupIndex = 91
  431.         Hint = 'Synchronize the tick timer'
  432.         ShortCut = 0
  433.         OnClick = TickStart1Click
  434.       end
  435.       object N8: TMenuItem
  436.         Caption = '-'
  437.         GroupIndex = 91
  438.         Hint = ' '
  439.         ShortCut = 0
  440.       end
  441.       object DefineStatusBar1: TMenuItem
  442.         Caption = 'Define Status Bar'
  443.         GroupIndex = 91
  444.         Hint = 'Set the definition of the status bar'
  445.         ShortCut = 0
  446.         OnClick = DefineStatusBar1Click
  447.       end
  448.     end
  449.   end
  450.   object OpenFileDialog: TOpenDialog
  451.     DefaultExt = 'mud'
  452.     FileEditStyle = fsEdit
  453.     Filter = 
  454.       'MUD Files|*.mud|Script Files|*.zsc|Text Files|*.txt|All Files|*.' +
  455.       '*'
  456.     Left = 416
  457.     Top = 32
  458.   end
  459.   object SaveFileDialog: TSaveDialog
  460.     DefaultExt = 'mud'
  461.     FileEditStyle = fsEdit
  462.     Filter = 'MUD Files|*.mud|All files|*.*'
  463.     Options = [ofHideReadOnly, ofNoReadOnlyReturn]
  464.     Left = 448
  465.     Top = 32
  466.   end
  467.   object WaitTimer: TTimer
  468.     Enabled = False
  469.     OnTimer = WaitTimerTimer
  470.     Left = 520
  471.     Top = 72
  472.   end
  473.   object StepTimer: TTimer
  474.     Enabled = False
  475.     Interval = 5000
  476.     OnTimer = StepTimerTimer
  477.     Left = 520
  478.     Top = 104
  479.   end
  480.   object TickMenu: TPopupMenu
  481.     OnPopup = TickMenuPopup
  482.     Left = 152
  483.     Top = 88
  484.     object Enable1: TMenuItem
  485.       Caption = 'Enable'
  486.       ShortCut = 0
  487.       OnClick = Enable1Click
  488.     end
  489.     object Sync1: TMenuItem
  490.       Caption = 'Sync'
  491.       ShortCut = 0
  492.       OnClick = Sync1Click
  493.     end
  494.     object N7: TMenuItem
  495.       Caption = '-'
  496.       ShortCut = 0
  497.     end
  498.     object TickDialog1: TMenuItem
  499.       Caption = 'Tick Dialog'
  500.       ShortCut = 0
  501.       OnClick = TickDialog1Click
  502.     end
  503.   end
  504.   object SpeedMenu: TPopupMenu
  505.     AutoPopup = False
  506.     Left = 152
  507.     Top = 128
  508.   end
  509.   object FindDlg: TFindDialog
  510.     Options = [frHideMatchCase, frHideWholeWord, frDisableMatchCase, frDisableWholeWord]
  511.     OnFind = FindDlgFind
  512.     Left = 416
  513.     Top = 72
  514.   end
  515. end
  516.